ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Insert Method / Insert(Int32,T) Method
The index.
The value.

In This Topic
    Insert(Int32,T) Method
    In This Topic
    Inserts a page element into the pages collection at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal value As T _
    ) 
    public void Insert( 
       int index,
       T value
    )

    Parameters

    index
    The index.
    value
    The value.
    Exceptions
    ExceptionDescription
    Occurs if the value is null
    See Also